@import url("./stylesheet.css");
/* @import url("https://free.bboxtype.com/embedfonts/?family=FiraGO:400,500,700"); */
html {
  /* font-family: "Myriad GEO", arial, sans-serif !important; */
  font-family: "FiraGO", sans-serif !important;
}
body {
  font-family: "FiraGO", sans-serif !important;
  background-color: #373985;
  color: #a39fde;
}
.row {
  margin-right: 0;
  margin-left: 0;
}

.navbar-main .nav-link {
  color: #a39fde;
}
.navbar-main .nav-link:hover {
  color: white;
}
.cc-image {
  color: #373985;
  font-size: 32px;
}
.color-primary {
  color: #373985;
}

.btn {
  color: #373985;
  /* font-family: "Myriad GEO Mtavruli"; */
  font-size: 14;
  text-align: "center";
  /* font-weight: bold; */
}

.btn-primary {
  background-color: #a39fde !important;
  border-color: #a39fde !important;
}
.btn:hover {
  color: white !important;
  outline: none;
}
.btn-outline-primary {
  color: #a39fde;
  border-color: #a39fde;
}
.btn-outline-primary:hover {
  color: white;
  border-color: white;
  background-color: transparent;
}
.btn-green {
  background-color: #06d6a0 !important;
  border-color: #06d6a0 !important;
  color: #373985;
}
.btn-green:hover {
  color: white !important;
  /* outline: none; */
}
.btn-subscribe {
  background-color: gold;
  /* border-color: #a39fde; */
  color: white;
}
.phone-img {
  max-height: 540px;
}
.image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.collection-title {
  font-size: 48px;
  line-height: 1.3;
}
.story-title {
  /* font-size: 48px; */
  line-height: 1.3;
}

.hero-text {
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  color: white;
}
.hero-subtext {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.small-text {
  font-size: 12px;
  line-height: 1.3 !important;
}

.hero-text-wrapper {
  /* padding-top: 100px; */
  max-width: 627px;
}

.img-download {
  height: 40px;
}

.img-download-big {
  height: 80px;
}

.btn-download {
  border-color: #06d6a0;
  background-color: #06d6a0;
  border-radius: 30px;
  color: white;
  /* color: #373985; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-download-small {
  border-color: #06d6a0;
  background-color: #06d6a0;
  border-radius: 30px;
  color: #373985;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.btn-download-small:hover {
  color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.arrow {
  color: #373985;
}
.arrow:hover {
  color: white;
}

.btn-download:hover {
  border-color: #06d6a0;
  background-color: #06d6a0;
  color: white;
  box-shadow: 0px 0px 10px #06d6a0;
}

.btn-register {
  background-color: #a39fde;
  border-color: #a39fde;
}
.btn-register:hover {
  background-color: white;
}

.btn-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}

.mobile {
  display: none;
}

.plan-section {
  /* padding-top: 100px; */
}
.category-section {
  /* padding-top: 100px; */
  background-color: #9dacff;
}
.review-section {
  /* padding-top: 100px; */
  background-color: #ffffff;
}

.benefit-section {
  background-color: #9dacff;
}
.download-section {
  background-color: #f7ede2;
}
.download-section-header {
  display: none;
}
.pricing-section {
  /* padding-top: 100px; */
  background-color: #f7ede2 !important;
}
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.rounded-5 {
  border-radius: 1rem;
}

.btn-pink {
  height: 40;
  background-color: #a39fde !important;
  border-color: #a39fde !important;
  border-radius: 10;
  flex-direction: "row";
  justify-content: "center";
  align-content: "center";
  align-items: "center";
}

.btn-collection {
  font-size: 14px;
  color: #373985;
  font-weight: normal;
  padding: 10px;
  background-color: #a39fde !important;
  border-color: #a39fde !important;
  border-radius: 10;
  flex-direction: "row";
  justify-content: "center";
  align-content: "center";
  align-items: "center";
  margin-left: 5px;
  margin-right: 5px;
}

.btn-collection:hover {
  text-decoration: none;
}

.play-container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 20px;
  color: white;
  /* border-radius: 120px */
}

.pause-container {
  /* padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px; */
  padding: 20px;
  color: white;
  /* border-radius: 120px */
}
.play-icon {
  font-size: 20px;
}

.section-footer {
  color: black;
}

.section-title {
  /* font-size: 24px;
  font-weight: bold; */
  color: #373985 !important;
}

.section-subtitle {
  /* font-size: 18px; */
  color: #373985 !important;
}

.trial {
  color: #06d6a0;
}

.h1-slim {
  /* font-size: 24px; */
  font-weight: 100;
}
.dark-text {
  color: #373985 !important;
}
.green-text {
  color: #06d6a0 !important;
}
.white-text {
  color: white !important;
}
.beige-text {
  color: #f7ede2 !important;
}
.normal-text {
  font-size: 18px !important;
}

.benefits li {
  margin-bottom: 15px;
}

.pricing-cnt {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.price-badge {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 60px;
  background-color: #bfbcf1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.benefit-cnt {
  width: 100%;
  /* padding-right: 10px;
  padding-left: 10px; */
  margin-right: auto;
  margin-left: auto;
}

.collection-image {
  object-fit: cover;
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 30px #0000003f;
  border-radius: 10px;
}
.collection-image-bg {
  width: 100%;
  height: 60%;
}
.nav-link {
  color: #a39fde;
}
.nav-link:hover {
  color: white;
}

.nav-active {
  color: #a39fde !important;
}
.dropdown-item {
  color: #373985;
}
.active {
  color: #a39fde;
}

.white {
  color: white;
}
a {
  color: #373985;
}
a:hover {
  color: white;
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.brand-wrap .logo,
.navbar-brand .logo {
  margin-right: 7px;
  max-height: 42px;
  display: inline-block;
}

.list-icon {
  list-style: none;
  padding-left: 0;
}
.section-footer ul li {
  margin-bottom: 5px;
}
.list-icon li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}
.list-icon .icon {
  width: 22px;
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  color: #545454;
  position: absolute;
  top: 3px;
  left: 0;
}
.bg {
  background-color: #f8f9fa;
}
.btn-light {
  background-color: #fff;
  border-color: #e4e4e4;
}
.payment-status-section {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.btn-icon {
  width: calc(1.5em + 0.9rem + 2px);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-light i {
  color: #969696;
}

.btn-icon i {
  line-height: 1;
}
.fade.show {
  opacity: 1;
}
.status-icon {
  padding: 10px;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-container {
  max-width: 180px;
}
.collection-desc-container {
  margin-left: 20px;
  max-width: 800px;
  margin-top: 10px;
}
.collection-description {
  margin-bottom: 8px;
}
.collection-header-container {
  margin-bottom: 20px;
  align-items: center;
}
.audio-card {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.audio-card.big {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.track-player-container {
  /* position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100; */
  /* height: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;

  box-shadow: 0px 0px 30px #000000ab;
  animation: taadaa 1s ease-in-out;
}
audio {
  height: 40px;
}
*:focus {
  outline: 0 !important;
}
.text-s {
  font-size: 14px;
}
.text-m {
  font-size: 16px;
}

.text-l {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.mtavruli {
  font-family: "Myriad GEO Mtavruli";
}
.collection-card {
  max-width: 200px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.collection-card-image {
  object-fit: cover;
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 30px #0000003f;
  border-radius: 10px;
  margin-bottom: 10px;
}
.story-item-locked {
  /* background-image: url(/images/lock.png);
  background-position: 130% 0%;
  background-size: 150px;
  background-repeat: no-repeat; */
  border: 1px solid #ff8080;
}
.story-item-open {
  border: 1px solid white;
}
.story-ietm-locked-img {
  position: absolute;
  right: -20px;
  z-index: 1;
  top: -20px;
}
.story-item-unlocked {
  border: 1px solid #06d6a0;
}

.story-card-container::-webkit-scrollbar {
  display: none;
}
.story-card {
  /* margin-left: 10px;
  margin-right: 10px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  /* border-radius: 5px; */
  /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5); */
  background-size: contain;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.story-card.big {
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  width: 240px;
  height: 240px;
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.landing-card-title {
  font-weight: normal;
  font-size: 16px;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.story-card-title {
  max-width: 150px;
  text-align: center;
  font-weight: 700;
}

.story-page-image {
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 30px #0000003f;
  background-size: contain;
}
.story-page-container {
  margin-left: 20px;
  max-width: 500px;
}

.story-card {
  border-radius: 10px;
}
.plan-card-container {
  background-color: #373985;
  border-radius: 20px;
}
.plan-card {
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;
  border-width: 1px;
  /* background-color: #9dacff; */
  border-color: #9dacff;
  border-style: solid;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  min-width: 200px;
  cursor: pointer;
}
.active-plan-card {
  border-color: #06d6a0;
}
@keyframes taadaa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media all and (max-width: 768px) {
  .story-page-container {
    margin-left: 0px;
  }
  .collection-card-image {
    width: 100px;
    height: 100px;
  }
  /* .collection-card-title {
    font-size: 14px;
    max-width: 100px;
  } */

  .story-card-title {
    max-width: 150px;
    text-align: center;
  }
  .collection-header-container {
    justify-content: center;
  }
  .collection-title {
    font-size: 24px;
    margin-top: 10px;
  }
  .story-title {
    font-size: 24px;
    margin-top: 10px;
  }
  .hero-text {
    font-size: 30px;
    color: white;
  }
  .hero-subtext {
    font-size: 16px;
  }

  .hero-text-wrapper {
    padding-top: unset;
    text-align: center;
  }
  .download-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .audio-card {
    margin-bottom: 40px;
  }
  .benefit-card {
    margin-bottom: 40px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .pricing-cnt {
    display: flex;
    flex-direction: column;
  }
  .price-badge {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 60px;
    display: flex;
    background-color: #bfbcf1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .img-download {
    height: 40px;
  }

  .img-download-big {
    height: 40px;
  }
  .collection-image {
    /* object-fit: cover; */
    /* width: 100%; */
    /* height: 200px; */
  }
  .collection-image-bg {
    width: 100%;
    height: 100%;
  }
  .collection-container {
    max-width: 100%;
  }
  .responsiveTitle {
    font-size: 24px;
  }
  .collection-desc-container {
    margin-left: 0px;
  }
  .download-section-header {
    position: sticky;
    top: 0;
    background-color: #f7ede2;
    /* background-color: #d60017; */
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
  }
}
